CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - n queens

搜索资源列表

  1. NQueen

    0下载:
  2. 可以求解N皇后问题,用的也是王晓东的书上讲的方法!希望对大家有些用处!-Using this codes you can solve n-!Queens problem!
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3370
    • 提供者:虚空·coder
  1. nqueens.tar

    0下载:
  2. N皇后问题的所有解演示,用Qt做的-N-Queens problem all solutions demonstrate, to do with Qt. . . . . . . . . . . . .
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:375440
    • 提供者:Dooit Lee
  1. 2

    0下载:
  2. N皇后问题,递归实现,适合初学算法的同学,希望能对你们有所帮助-N-Queens problem, recursive, algorithm suitable for beginner students, I hope you can help
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1067
    • 提供者:禚永盛
  1. 8

    0下载:
  2. 8皇后的C#实现,可以自定义输入皇后数,并智能显示出皇后的N中方案。-N-Queens of the C# implementation, you can customize the number of input Queen, and the N-smart show in Queen s program.-8 Queen' s C# implementation, you can customize the number of input Queen, and the N-smart
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8619
    • 提供者:hanlu xiao
  1. n_queen

    0下载:
  2. 关于N皇后问题,通过探讨N后问题得到一些结论性的东西-On the N-Queens problem, after problem by exploring some of the conclusions N of the things
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:213956
    • 提供者:夏跃龙
  1. NQueen

    0下载:
  2. 本程序由八皇后问题出发,为解决N皇后问题。本程序是跨平台设计,由宏UNIX选择是UNIX还是WIN 。-The procedure starting from the eight queens problem, to solve N-Queens problem. The program is cross-platform design, the choice is UNIX or UNIX macro WIN.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2647
    • 提供者:oracle
  1. GA_NQueen

    0下载:
  2. 遗传算法解决N皇后问题,并经过一些优化,得到了较好的效果-Genetic algorithm to solve N-Queens problem, and after some optimization to get good results
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1815
    • 提供者:李白
  1. NQueen_bit

    0下载:
  2. N皇后问题的一种简单解法,利用位运算来解决,当N较大时,能有效算出解法的种数。-N-Queens problem is a simple solution, the use of bit operations to solve, when N is large, it can effectively calculate the solution of the species.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:229272
    • 提供者:邹伟豪
  1. nQueen

    0下载:
  2. 在n*n的棋盘上放置n个皇后,要求皇后两两互斥,即任意两个皇后不能出现在同一行、同一列或同一条斜对角线上。试求出所有的合法布局-In the n* n chessboard placed on the n Queens, asked the Queen twenty-two mutually exclusive, that is, any two queens can not appear on the same line, same column, or diagonal line with
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:26393
    • 提供者:伍新威
  1. NQueen

    0下载:
  2. n-皇后问题的迭代回溯解法,里面是完整的程序。可以运行。本人亲写。-n-queens problem iterative back solution, which is a complete program. Can run. I am pro-write.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1156
    • 提供者:孙松山
  1. bahuanghou

    0下载:
  2. 利用递归方法来求解著名的八皇后问题,还可以拓展求n皇后问题-Well-known recursive method to solve the eight queens problem, you can also expand the demand n-queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:42399
    • 提供者:小木
  1. N-Queens-Genetic-Algorithm

    0下载:
  2. 8queens Algorithm This is not mine so I don t take credit for it. It helped me with my backtracking method and it would help anyone.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:8878
    • 提供者:dk
  1. N-HuangHou

    0下载:
  2. 主要内容 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-Main content of eight queens problem is an ancient and well-known probl
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:4613
    • 提供者:
  1. nQueen

    0下载:
  2. 实现解决N皇后的问题,由用户指定N,程序给出所有摆法的情况及摆法数目-Achieve a solution N-Queens problem, the user-specified N, the program gives all the pendulum method the number of conditions and the pendulum method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:24576
    • 提供者:常泽川
  1. n_Queen

    0下载:
  2. 该算法为回溯法的经典问题之一,在n*n的棋盘上放置n个皇后。运行后会给出皇后的位置和解的个数-The backtracking algorithm is one of the classic problems in the n* n place n queens on the chessboard. After running the settlement will give the location of the number of Queen s
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:619
    • 提供者:雷智超
  1. nQueens

    0下载:
  2. 关于N皇后C++程序,这个程序运用了启发式搜索-heuristic search about n queens using C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:900318
    • 提供者:moria
  1. nQueen

    0下载:
  2. n Queens problem solution using backtracking programing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2471
    • 提供者:hsh
  1. moama

    0下载:
  2. arranging n queens on an n*n board
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1902
    • 提供者:prudencio
  1. nqueensja

    0下载:
  2. n queens problem solved in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:83256
    • 提供者:Clovis Ribeiro
  1. NQueen

    0下载:
  2. N皇后的经典问题解决方案.用一维数组解决.-The classic N-Queens problem solution to solve one-dimensional array
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:918
    • 提供者:周独战
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »
搜珍网 www.dssz.com